GtkSearchBar: don't peek out
authorMatthias Clasen <mclasen@redhat.com>
Sun, 12 Oct 2014 22:18:04 +0000 (18:18 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 12 Oct 2014 22:18:04 +0000 (18:18 -0400)
commit8fcf3a8e882844023b0118b7d47cb2bd556623fd
tree9ae7f87a58454f609cb536ff5f3832dc159c965b
parente1ff15549b52f47b42fb128011f9493eb8a71f43
GtkSearchBar: don't peek out

When the searchbar is hidden, a 1-pixel-high piece of it is
still peeking out, because visible widgets are always allocated
at least 1x1. Work around this by setting child-visible to FALSE
in this situation.

https://bugzilla.gnome.org/show_bug.cgi?id=724096
gtk/gtksearchbar.c